Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeElement<T> Class / RangeElement<T> Constructor / RangeElement<T> Constructor(T,CellRange)
Element
Cell range


In This Topic
RangeElement<T> Constructor(T,CellRange)
In This Topic
Initializes a new instance of the RangeElement<T> class.
Syntax
'Declaration
 
Public Function New( _
   ByVal obj As T, _
   ByVal cellRange As CellRange _
)
 
'Usage
 
Dim obj As T
Dim cellRange As CellRange
 
Dim instance As New RangeElement(Of T)(obj, cellRange)

Parameters

obj
Element
cellRange
Cell range
See Also